home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / dos / biz / easybase / pack1.prg / NETOUT / DEMOAPP / PROC11.DEF < prev    next >
Encoding:
Text File  |  1995-11-22  |  2.3 KB  |  118 lines

  1.  
  2.  
  3.                 ╔════════════ CUSTOMERS ACCOUNTS ═══════════╗
  4.                 ║  File                                     ║
  5.                 ║  Name                                     ║
  6.                 ║  Address                                  ║
  7.                 ║                                           ║
  8.                 ║                                           ║
  9.                 ║                                           ║
  10.                 ║  Balance                                  ║
  11.                 ╠═══════════════════════════════════════════╣
  12.                 ║  Last 2 Bills                             ║
  13.                 ╚═══════════════════════════════════════════╝
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. ╠Enter Clients File No. and Press F2                                             
  90.  4File                YesN/AText          YesField      N/AYes                                30Name                No N/AText          No Field      N/AYes                                d  Address             No N/AText Block    No Field      N/AYes                                
  91. 
  92.  6Balance             No N/AFixed Point   No Field     2N/AYes                                 !
  93.  6y1                  No N/AFixed Point   No 2nd Alt.  2N/AYes                                 -
  94.  6y2                  No N/AFixed Point   No 2nd Alt.  2N/AYes                                lookup(customers,file)
  95. lookup(customers,name)
  96. lookup(customers,address)
  97. lookup(customers,balance)
  98. if(lookup(customers,y1)= blank,0,lookup(customers,y1))
  99. if(lookup(customers,y2)= blank,0,lookup(customers,y2))
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. 10/.-,+*)'&%$#"!        íCustomers Accounts  YYNY@